1a) Checkout the following files from version control (in the 'Output' directory of the project):
     PostProcess.bat
     Boot.s19
1b) Checkout the following files from version control (in the 'PC Flash Loader' directory of the project):
     XXXAppArm.s19 where XXX is the specific project to do the build.  (Example: XXX can be PM)

2) Edit PostProcess.bat and change the following variables as needed:
     ProductionFileName=XXX      (Example: Replace XXX with 0500_3098_0609_96.hex)
     AppFileName=XXX             (Example: Replace XXX with PMAppArm.s19)

3) In the IAR project, do a Batch Build.  Project Menu->Batch build->Rebuild All.

4) Checkin the above files to version control.

The AppFileName is the input to the building of the PC Flasher Loader.
The ProductionFileName is the production image.
